blob: 6512a151b1e81b64a9df632cab6cddeb8e1b27b1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- jclass/Makefile.in.orig Wed May 5 09:23:09 2004
+++ jclass/Makefile.in Wed May 5 09:23:17 2004
@@ -156,7 +156,7 @@
lib_LTLIBRARIES = libjclass.la
libjclass_la_LDFLAGS = -no-undefined -version-info @JCLASS_CURRENT@:@JCLASS_RELEASE@:@JCLASS_AGE@
-library_includedir = $(includedir)/jclass/jclass
+library_includedir = $(includedir)/jclass
library_include_HEADERS = \
attributes.h \
|