Skip to content

Commit 4e4b6f9

Browse files
committed
Add CMake module to Makefile.am to be installed
1 parent fa32c21 commit 4e4b6f9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile.am

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ DISTCLEANFILES = redhat/SOURCES/* redhat/SPEC/* redhat/RPMS/* redhat/SRPMS/* red
3434
pkgconfigdir = $(libdir)/pkgconfig
3535
pkgconfig_DATA = libhttpserver.pc
3636

37+
cmakemoduledir = $(datadir)/cmake/Modules
38+
cmakemodule_DATA = cmakemodule/FindLibHttpServer.cmake
39+
3740
include $(top_srcdir)/aminclude.am
3841

3942
# Update libtool, if needed.

0 commit comments

Comments
 (0)