]> pilppa.org Git - libplpdevicebus.git/blob - src_client/Makefile.am
do not ship src/Makefile.in
[libplpdevicebus.git] / src_client / Makefile.am
1 lib_LTLIBRARIES = libplpdevicebus_client.la
2                 
3 libplpdevicebus_client_la_SOURCES = \
4                 DeviceManagerClient.cc DeviceManagerClient.hh \
5                 DeviceManagerController.cc DeviceManagerController.hh \
6                 ClientListenerImpl.cc ClientListenerImpl.hh \
7                 ../src/plp/devicebus/DeviceBusMessageId.hh
8 libplpdevicebus_client_la_LDFLAGS = $(SRC_CLIENT_LIBS) $(all_libraries) -version-info 1:0:0 -no-undefined
9
10 AM_CPPFLAGS = $(SRC_CLIENT_CFLAGS) \
11                 -DPACKAGE_DATA_DIR=\"$(datadir)/$(PACKAGE)\"
12
13 DISTCLEANFILES = Makefile.in
14
15 libplpdevicebus_clientincludedir=$(includedir)/plp/devicebus/client
16 libplpdevicebus_clientinclude_HEADERS = \
17         DeviceManagerController.hh \
18         DeviceManagerClient.hh \
19         ClientListenerImpl.hh