diff options
Diffstat (limited to 'data/Makefile.am')
-rw-r--r-- | data/Makefile.am | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/data/Makefile.am b/data/Makefile.am deleted file mode 100644 index b5077d24..00000000 --- a/data/Makefile.am +++ /dev/null @@ -1,16 +0,0 @@ -SUBDIRS = - -if DO_PLUGIN -SUBDIRS += pkgconfig -endif - -if DO_GTK -SUBDIRS += icons misc man -else -if WITH_TM -SUBDIRS += misc -endif -endif - -EXTRA_DIST = \ - hexchat.gresource.xml |