summaryrefslogtreecommitdiffstats
path: root/relcatalogif
diff options
context:
space:
mode:
authorAndrei Aiordachioaie <a.aiordachioaie@jacobs-university.de>2009-07-24 11:17:29 +0200
committerPeter Baumann <baumann@rasdaman.org>2009-07-26 11:10:23 +0200
commitcd62f6e0b5e82a9e18676b8a7e88ab6538961436 (patch)
tree09a2c732f951195217049ca6dac7d1b83e75ff60 /relcatalogif
parent330faac652a4927cf0c44fdfc52d274d3cde6088 (diff)
downloadrasdaman-upstream-cd62f6e0b5e82a9e18676b8a7e88ab6538961436.tar.gz
rasdaman-upstream-cd62f6e0b5e82a9e18676b8a7e88ab6538961436.tar.xz
rasdaman-upstream-cd62f6e0b5e82a9e18676b8a7e88ab6538961436.zip
fixed generation of lib/ and include/ folders on install
Diffstat (limited to 'relcatalogif')
-rw-r--r--relcatalogif/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/relcatalogif/Makefile.am b/relcatalogif/Makefile.am
index 19ebca8..d5492d0 100644
--- a/relcatalogif/Makefile.am
+++ b/relcatalogif/Makefile.am
@@ -40,7 +40,7 @@ AM_LDFLAGS=@BASEDBLDFLAGS@
.@EMBEDDEDSQLEXT@.@EMBEDDEDSQLOUT@:
$(EMBEDDEDSQLPRECOMPILER) $@ $<
-noinst_LIBRARIES=librelcatalogif.a
+lib_LIBRARIES=librelcatalogif.a
librelcatalogif_a_SOURCES= type.C type.hh basetype.C basetype.hh atomictype.C ulongtype.C ulongtype.hh ushorttype.C ushorttype.hh \
booltype.C booltype.hh compositetype.C compositetype.hh structtypecommon.cc structtype.hh structtype.icc \
longtype.C longtype.hh shorttype.C shorttype.hh octettype.C octettype.hh doubletype.C doubletype.hh\