aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Makefile.tmpl')
-rw-r--r--lib/Makefile.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile.tmpl b/lib/Makefile.tmpl
index 8b27813..adf438a 100644
--- a/lib/Makefile.tmpl
+++ b/lib/Makefile.tmpl
@@ -13,20 +13,20 @@
## GNU General Public License for more details.
## You should have received a copy of the GNU General Public License
## along with this program; if not, write to the Free Software
## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
## 02110-1301, USA.
noinst_LIBRARIES = libcflow.a
noinst_HEADERS = argcv.h
libcflow_a_SOURCES = argcv.c
libcflow_a_LIBADD = $(LIBOBJS) $(ALLOCA)
libcflow_a_DEPENDENCIES = $(libcflow_a_LIBADD)
-
+AM_CPPFLAGS=
BUILT_SOURCES =
-EXTRA_DIST = Makefile.tmpl pin.c
+EXTRA_DIST = Makefile.tmpl
MAINTAINERCLEANFILES =
MOSTLYCLEANFILES =
lib_OBJECTS = $(libcflow_a_OBJECTS)
# gnulib modules

Return to:

Send suggestions and report system problems to the System administrator.