diff options
Diffstat (limited to 'src/fe-text/Makefile.am')
-rw-r--r-- | src/fe-text/Makefile.am | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/fe-text/Makefile.am b/src/fe-text/Makefile.am deleted file mode 100644 index 0243e16f..00000000 --- a/src/fe-text/Makefile.am +++ /dev/null @@ -1,9 +0,0 @@ -localedir = $(datadir)/locale - -bin_PROGRAMS = hexchat-text - -AM_CPPFLAGS = $(COMMON_CFLAGS) -DLOCALEDIR=\"$(localedir)\" - -hexchat_text_LDADD = $(top_builddir)/src/common/libhexchatcommon.a $(COMMON_LIBS) -hexchat_text_SOURCES = fe-text.c fe-text.h - |