diff options
author | Kevin E Martin <kem@kem.org> | 2005-11-19 07:15:36 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-11-19 07:15:36 +0000 |
commit | e35111966e6d66c176ed0955c1c25942c567632b (patch) | |
tree | 63ff67e9743c0dc15fa692659fd2a259cd51aad1 /Makefile.am | |
parent | d90d5ab54582b04ad93e9cf6182652fdd6d3b4a3 (diff) |
Update pkgconfig files to separate library build-time dependencies from
application build-time dependencies, and update package deps to work
with separate build roots.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 64465cd..b24924b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,6 @@ bin_PROGRAMS = sessreg sessreg_CFLAGS = $(SESSREG_CFLAGS) -sessreg_LDADD = $(SESSREG_LIBS) sessreg_SOURCES = \ sessreg.c |