diff options
author | Elliot Lee <sopwith@src.gnome.org> | 2000-11-10 01:58:43 +0000 |
---|---|---|
committer | Elliot Lee <sopwith@src.gnome.org> | 2000-11-10 01:58:43 +0000 |
commit | 5868f1bf7ac560a63d2cec5053da85eb832aa954 (patch) | |
tree | 1efea2714c56637f5350130c9d58f5a4090f68c8 /applets | |
parent | 5122c9f427c7dc6cb6a31fe5af61deaa0cb12a0d (diff) | |
download | nautilus-5868f1bf7ac560a63d2cec5053da85eb832aa954.tar.gz |
Fix freetype2 detection fix srcdir != builddir.
* configure.in: Fix freetype2 detection
* Various makefiles: fix srcdir != builddir.
Diffstat (limited to 'applets')
-rw-r--r-- | applets/launcher/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/applets/launcher/Makefile.am b/applets/launcher/Makefile.am index e9debd4ea..c6af2386a 100644 --- a/applets/launcher/Makefile.am +++ b/applets/launcher/Makefile.am @@ -5,6 +5,7 @@ INCLUDES = -I. -I$(srcdir) \ -I$(top_srcdir) \ -I$(top_builddir) \ -I$(includedir) \ + $(GNOME_CFLAGS) \ $(APPLETS_CFLAGS) \ -DDATADIR=\""$(datadir)"\" \ -DBINDIR=\""$(bindir)"\" \ |