re-organized include files

This commit is contained in:
git@daemon.de
2013-11-07 08:10:31 +01:00
parent 0e3835bf97
commit f843d4c570
41 changed files with 3922 additions and 1514 deletions

View File

@@ -18,7 +18,7 @@
#
# You can contact me by mail: <tlinden AT cpan DOT org>.
#
AM_CFLAGS = -I../libpcp -Wall -g
AM_CFLAGS = -I../include/pcp -Wall -g
lib_LTLIBRARIES = libpcp1.la

View File

@@ -1,4 +1,4 @@
# Makefile.in generated by automake 1.12.4 from Makefile.am.
# Makefile.in generated by automake 1.12.6 from Makefile.am.
# @configure_input@
# Copyright (C) 1994-2012 Free Software Foundation, Inc.
@@ -259,7 +259,7 @@ top_srcdir = @top_srcdir@
#
# You can contact me by mail: <tlinden AT cpan DOT org>.
#
AM_CFLAGS = -I../libpcp -Wall -g
AM_CFLAGS = -I../include/pcp -Wall -g
lib_LTLIBRARIES = libpcp1.la
libpcp1_la_SOURCES = mac.c mem.c pad.c version.c \
z85.c zmq_z85.c key.c randomart.c \