diff options
author | Dan Nicholson <dbn.lists@gmail.com> | 2009-04-26 11:08:43 -0700 |
---|---|---|
committer | Dan Nicholson <dbn.lists@gmail.com> | 2009-04-26 11:08:43 -0700 |
commit | aa64a1cebf075f962556913f4e5a9161670d2d06 (patch) | |
tree | cb737fab62a55bceff24dd3c47f1078596d49094 /src | |
parent | 338f7cf027bc5caf414a212986f0d5091db36da6 (diff) |
No need to declare installation directories for noinst_LIBRARIES
Diffstat (limited to 'src')
-rw-r--r-- | src/tet3/apilib/Makefile.am | 1 | ||||
-rw-r--r-- | src/tet3/apishlib/Makefile.am | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/tet3/apilib/Makefile.am b/src/tet3/apilib/Makefile.am index cc679163..7623ab11 100644 --- a/src/tet3/apilib/Makefile.am +++ b/src/tet3/apilib/Makefile.am @@ -1,6 +1,5 @@ AM_CPPFLAGS = -I../inc -I$(top_srcdir)/include -DTET_LITE noinst_LIBRARIES = libapi.a -libapi_adir = $(top_srcdir)/lib libapi_a_SOURCES = \ dconfig.c \ dresfile.c \ diff --git a/src/tet3/apishlib/Makefile.am b/src/tet3/apishlib/Makefile.am index f3822864..21a20c5f 100644 --- a/src/tet3/apishlib/Makefile.am +++ b/src/tet3/apishlib/Makefile.am @@ -1,6 +1,5 @@ AM_CPPFLAGS = -I../inc -I$(top_srcdir)/include noinst_LIBRARIES = libapi.a -libapi_adir = $(top_srcdir)/lib libapi_a_SOURCES = \ dcancel.c \ dconfig.c \ |