correct a cut'n'paste mistake. The build actual works correctly now! I

* libgimpproxy/Makefile.am: correct a cut'n'paste mistake. The build
 	actual works correctly now! I should have committed this fix a long
 	time ago.
This commit is contained in:
Nate Summers
2002-05-06 17:27:39 +00:00
parent 6747ea3f1f
commit 5d4dff5a15

View File

@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in
libgimptoolincludedir = $(includedir)/gimp-$(LT_RELEASE)/libgimptool
libgimpproxyincludedir = $(includedir)/gimp-$(LT_RELEASE)/libgimpproxy
AM_CPPFLAGS = @STRIP_BEGIN@ \
-DGIMPDIR=\""$(gimpdir)"\" \
@ -31,11 +31,11 @@ libgimpproxy_1_3_la_sources = @STRIP_BEGIN@ \
libgimpproxy_1_3_la_SOURCES = \
$(libgimpproxy_1_3_la_sources)
#libgimpproxy_include_HEADERS = @STRIP_BEGIN@ \
# gimpproxytypes.h \
# gimpobject.h \
# gimpchannel.h \
#@STRIP_END@
libgimpproxyinclude_HEADERS = @STRIP_BEGIN@ \
gimpproxytypes.h \
gimpobject.h \
gimpchannel.h \
@STRIP_END@
EXTRA_HEADERS = \
gimpproxytypes.h \