diff options
Diffstat (limited to 'data/Makefile.am')
-rw-r--r-- | data/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/Makefile.am b/data/Makefile.am new file mode 100644 index 00000000..c1cf7932 --- /dev/null +++ b/data/Makefile.am @@ -0,0 +1,5 @@ +SUBDIRS = pkgconfig man + +if DO_GTK +SUBDIRS += icons misc +endif |