From 15cbe6d94327f69b793312be6b6b132bb50af651 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 26 May 2012 02:11:54 -0500 Subject: Initial import of skeletal module for further development --- src/Makefile.am | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/Makefile.am (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am new file mode 100644 index 0000000..dc6eb14 --- /dev/null +++ b/src/Makefile.am @@ -0,0 +1,19 @@ +INCLUDES = $(all_includes) +METASOURCES = AUTO + +# Install this plugin in the KDE modules directory +kde_module_LTLIBRARIES = kcm_ldap.la + +kcm_ldap_la_SOURCES = ldap.cpp ldapconfigbase.ui +kcm_ldap_la_LIBADD = -lkio $(LIB_TDEUI) +kcm_ldap_la_LDFLAGS = -avoid-version -module -no-undefined \ + $(all_libraries) + + +xdg_apps_DATA = ldap.desktop + + +messages: rc.cpp + $(EXTRACTRC) `find -name \*.ui -o -name \*.rc` > rc.cpp + $(XGETTEXT) *.cpp -o $(podir)/kcmldap.pot + -- cgit v1.2.1