Changed Makefile.am to reflect last file shuffling (Ignacy Gawedzki)
This commit is contained in:
parent
17474fbb87
commit
5b13d582bc
1 changed files with 3 additions and 3 deletions
|
@ -1,13 +1,13 @@
|
|||
EXTRA_DIST = propsget-introspect.xml
|
||||
EXTRA_DIST = propsgs-introspect.xml
|
||||
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include
|
||||
|
||||
noinst_PROGRAMS = propsgs-server propsgs-client
|
||||
|
||||
propsgs_server_SOURCES = propsgs-glue.h propsgs-server.h propsgs-server.cpp
|
||||
propsgs_server_SOURCES = propsgs-glue-adaptor.h propsgs-server.h propsgs-server.cpp
|
||||
propsgs_server_LDADD = $(top_builddir)/src/libdbus-c++-1.la
|
||||
|
||||
propsgs_client_SOURCES = propsgs-glue.h propsgs-client.h propsgs-client.cpp
|
||||
propsgs_client_SOURCES = propsgs-glue-proxy.h propsgs-client.h propsgs-client.cpp
|
||||
propsgs_client_LDADD = $(top_builddir)/src/libdbus-c++-1.la -lpthread
|
||||
|
||||
propsgs-glue-adaptor.h: propsgs-introspect.xml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue