diff options
author | Elliot Lee <sopwith@src.gnome.org> | 2000-01-14 17:29:50 +0000 |
---|---|---|
committer | Elliot Lee <sopwith@src.gnome.org> | 2000-01-14 17:29:50 +0000 |
commit | d2953e251bd1d386a146b636e3bb3c1f550f417c (patch) | |
tree | 50d752c123566a2a03b47ea029f79a5f7089ccde /support | |
parent | f038a31bc24e1e6b22f1b208b2abb5fa59c25c20 (diff) | |
download | shared-mime-info-d2953e251bd1d386a146b636e3bb3c1f550f417c.tar.gz |
Fix for proper include directory. Remove gnome-gettext.m4 if needed. Stick
Fix for proper include directory.
Remove gnome-gettext.m4 if needed.
Stick gnome-gettext.m4 contents in gnome.m4
svn path=/trunk/; revision=1060
Diffstat (limited to 'support')
-rw-r--r-- | support/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/Makefile.am b/support/Makefile.am index 487c4fc5..e9ec48db 100644 --- a/support/Makefile.am +++ b/support/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in. -supportexecincludedir = $(pkglibdir)/include +supportexecincludedir = $(includedir)/gnome/$(GNOME_INTERFACE_VERSION) INCLUDES = -D_GNU_SOURCE |