From: Mika Laitio Date: Mon, 4 Oct 2010 06:24:34 +0000 (+0300) Subject: copy headers with make install command X-Git-Url: http://pilppa.org/gitweb/?p=libplpbus.git;a=commitdiff_plain;h=5ab13c3f3960b52caf5cd9afc81b7b9ab3053bd0 copy headers with make install command --- diff --git a/src/Makefile.am b/src/Makefile.am index 2bb16d4..70f07a4 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -13,3 +13,10 @@ libplpbus_la_LDFLAGS = $(SRC_LIBS) $(all_libraries) -version-info 1:0:0 -no-unde AM_CPPFLAGS = $(SRC_CFLAGS) DISTCLEANFILES = Makefile.in + +libplpbusincludedir=$(includedir)/plp/bus +libplpbusinclude_HEADERS = \ + plpbus/BusServer.hh \ + plpbus/BusClient.hh \ + plpbus/BusMessage.hh + diff --git a/src_test/Makefile.am b/src_test/Makefile.am index 35cf430..51f1019 100644 --- a/src_test/Makefile.am +++ b/src_test/Makefile.am @@ -1,4 +1,4 @@ -bin_PROGRAMS = test_admin \ +noinst_PROGRAMS = test_admin \ test_client \ test_server @@ -13,4 +13,4 @@ test_server_LDADD = $(SRC_LIBS) ../src/.libs/libplpbus.a AM_CPPFLAGS = $(SRC_CFLAGS) -I../src -DISTCLEANFILES = Makefile.in +DISTCLEANFILES = Makefile.in \ No newline at end of file