diff options
Diffstat (limited to 'ext/Makefile.am')
-rw-r--r-- | ext/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am index 19c8c3dc..d5a3e127 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -130,6 +130,12 @@ else FLAC_DIR= endif +if USE_GCONF +GCONF_DIR = gconf +else +GCONF_DIR = +endif + if USE_GDK_PIXBUF GDK_PIXBUF_DIR=gdk_pixbuf else @@ -418,6 +424,7 @@ SUBDIRS=\ $(FAAC_DIR) \ $(FAAD_DIR) \ $(FLAC_DIR) \ + $(GCONF_DIR) \ $(GDK_PIXBUF_DIR) \ $(GNOMEVFS_DIR) \ $(GSM_DIR) \ @@ -483,6 +490,7 @@ DIST_SUBDIRS=\ faac \ faad \ flac \ + gconf \ gdk_pixbuf \ gnomevfs \ gsm \ |