diff options
author | Anas Nashif <anas.nashif@intel.com> | 2012-11-04 18:18:16 -0800 |
---|---|---|
committer | Anas Nashif <anas.nashif@intel.com> | 2012-11-04 18:18:16 -0800 |
commit | b8577c30fcc6e962e341f5ab3402197cd9bb1124 (patch) | |
tree | 8763ee3a7cbbb0e614b4a807931bebe8a164c395 /lib/Makefile.am | |
parent | c29d6e204b4dfe99a2f08c258652823e4c26c324 (diff) | |
download | flex-b8577c30fcc6e962e341f5ab3402197cd9bb1124.tar.gz flex-b8577c30fcc6e962e341f5ab3402197cd9bb1124.tar.bz2 flex-b8577c30fcc6e962e341f5ab3402197cd9bb1124.zip |
Imported Upstream version 2.5.37upstream/2.5.37
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am new file mode 100644 index 0000000..53b4d48 --- /dev/null +++ b/lib/Makefile.am @@ -0,0 +1,4 @@ +noinst_LIBRARIES = libcompat.a +libcompat_a_SOURCES = lib.c +libcompat_a_LIBADD = $(LIBOBJS) + |