Install library
authorBehdad Esfahbod <behdad@behdad.org>
Mon, 2 Nov 2009 21:28:39 +0000 (16:28 -0500)
committerBehdad Esfahbod <behdad@behdad.org>
Mon, 2 Nov 2009 21:51:24 +0000 (16:51 -0500)
autogen.sh
src/Makefile.am

index c7abf74..ad7104d 100755 (executable)
@@ -135,7 +135,7 @@ version_check autoconf AUTOCONF $AUTOCONF $autoconf_min_vers \
 #
 # Hunt for an appropriate version of automake and aclocal; we can't
 # assume that 'automake' is necessarily the most recent installed version
-# 
+#
 # We check automake first to allow it to be a newer version than we know about.
 #
 version_check automake AUTOMAKE "$AUTOMAKE automake automake-1.10 automake-1.9 automake-1.8 automake-1.7" $automake_min_vers \
index d8b84e6..707dd4c 100644 (file)
@@ -5,7 +5,7 @@ NULL =
 # The following warning options are useful for debugging: -Wpadded -Wcast-align
 #AM_CXXFLAGS =
 
-noinst_LTLIBRARIES = libharfbuzz.la
+lib_LTLIBRARIES = libharfbuzz.la
 
 HBSOURCES =  \
        hb-blob.c \
@@ -46,6 +46,7 @@ HBHEADERS = \
 libharfbuzz_la_SOURCES = $(HBSOURCES) $(HBHEADERS)
 libharfbuzz_la_CPPFLAGS = -DHAVE_GLIB $(GLIB_CFLAGS)
 libharfbuzz_la_LIBADD = $(GLIB_LIBS)
+pkginclude_HEADERS = $(HBHEADERS)
 
 noinst_PROGRAMS = main
 
@@ -53,6 +54,4 @@ main_SOURCES = main.cc
 main_CPPFLAGS = -DHAVE_GLIB $(GLIB_CFLAGS)
 main_LDADD = libharfbuzz.la $(GLIB_LIBS)
 
-EXTRA_DIST = README COPYING
-
 -include $(top_srcdir)/git.mk