diff options
Diffstat (limited to 'xparts/src/Makefile.am')
-rw-r--r-- | xparts/src/Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/xparts/src/Makefile.am b/xparts/src/Makefile.am new file mode 100644 index 00000000..243ba3b3 --- /dev/null +++ b/xparts/src/Makefile.am @@ -0,0 +1,7 @@ + +if include_GTK_support +SUPPORTGTKDIR=gtk +endif + +SUBDIRS = interfaces kde $(SUPPORTGTKDIR) + |