diff options
Diffstat (limited to 'accounts/Makefile.am')
-rw-r--r-- | accounts/Makefile.am | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/accounts/Makefile.am b/accounts/Makefile.am deleted file mode 100644 index 589cae3a3..000000000 --- a/accounts/Makefile.am +++ /dev/null @@ -1,19 +0,0 @@ -AM_CPPFLAGS = \ - -I$(top_srcdir) \ - -DPREFIX="\"$(prefix)"\" \ - -DSYSCONFDIR=\""$(sysconfdir)"\" \ - -DDATADIR=\""$(datadir)"\" \ - -DLIBDIR=\""$(libdir)"\" \ - $(EMPATHY_CFLAGS) \ - $(WARN_CFLAGS) - -bin_PROGRAMS = empathy-accounts - -empathy_accounts_SOURCES = \ - empathy-accounts-main.c - -empathy_accounts_LDADD = \ - $(top_builddir)/libempathy/libempathy.la \ - $(top_builddir)/libempathy-gtk/libempathy-gtk.la \ - $(EMPATHY_LIBS) - |