From 551aa6c36797ed720487f5974dcadabf19e6ff9f Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Tue, 17 Aug 2010 12:39:45 -0400 Subject: Rewrite toplevel Makefile There is no longer a need to have nested Makefiles and configure scripts. This patch combines the src/ Makefile and configure.ac into the root. --- src/po/POTFILES.in | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 src/po/POTFILES.in (limited to 'src/po/POTFILES.in') diff --git a/src/po/POTFILES.in b/src/po/POTFILES.in deleted file mode 100644 index 934c510c9..000000000 --- a/src/po/POTFILES.in +++ /dev/null @@ -1,23 +0,0 @@ -# List of source files which contain translatable strings. -confdb/confdb_setup.c -config/SSSDConfig.py -monitor/monitor.c -providers/krb5/krb5_child.c -providers/ldap/ldap_child.c -providers/data_provider_be.c -sss_client/common.c -sss_client/group.c -sss_client/pam_sss.c -sss_client/pam_test_client.c -sss_client/passwd.c -tools/sss_useradd.c -tools/sss_groupadd.c -tools/sss_groupdel.c -tools/sss_groupmod.c -tools/sss_groupshow.c -tools/sss_useradd.c -tools/sss_userdel.c -tools/sss_usermod.c -tools/tools_util.c -tools/tools_util.h -util/util.h -- cgit