]> git.mxchange.org Git - simgear.git/commitdiff
Updates ...
authorcurt <curt>
Mon, 3 Jul 2000 21:42:56 +0000 (21:42 +0000)
committercurt <curt>
Mon, 3 Jul 2000 21:42:56 +0000 (21:42 +0000)
simgear/sky/Makefile.am

index 1b809b9147a74549a5a98f2c2cedd378c717afb8..fed48733082a8025e8c39da226d5b5d9e92c9387 100644 (file)
@@ -1,12 +1,23 @@
-noinst_LIBRARIES = libSky.a
-
-libSky_a_SOURCES = \
-       cloud.cxx cloud.hxx \
-       dome.cxx dome.hxx \
-       moon.cxx moon.hxx \
-       oursun.cxx oursun.hxx \
-       sky.cxx sky.hxx \
-       sphere.cxx sphere.hxx \
-       stars.cxx stars.hxx
-
-INCLUDES += -I$(top_builddir) -I$(top_builddir)/src
+includedir = @includedir@/sky
+
+lib_LIBRARIES = libsgsky.a
+
+include_HEADERS = \
+       cloud.hxx \
+       dome.hxx \
+       moon.hxx \
+       oursun.hxx \
+       sky.hxx \
+       sphere.hxx \
+       stars.hxx
+
+libsgsky_a_SOURCES = \
+       cloud.cxx \
+       dome.cxx \
+       moon.cxx \
+       oursun.cxx \
+       sky.cxx \
+       sphere.cxx \
+       stars.cxx
+
+INCLUDES += -I$(top_builddir)