diff options
Diffstat (limited to 'contrib/Makefile.am')
-rw-r--r-- | contrib/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/contrib/Makefile.am b/contrib/Makefile.am new file mode 100644 index 0000000000..b834aad9d4 --- /dev/null +++ b/contrib/Makefile.am @@ -0,0 +1,8 @@ + +if USE_X11 +XDIRS=gdk-pixbuf-xlib +else +XDIRS= +endif + +SUBDIRS=$(XDIRS) |