blob: 34e8fdd9a13b0f39ebce1cad4de77e7f075d1972 [file] [log] [blame]
Alexandre Lisionddd731e2014-01-31 11:50:08 -05001# Copyright (C) 2006-2010 David Sugar, Tycho Softworks.
2#
3# This file is free software; as a special exception the author gives
4# unlimited permission to copy and/or distribute it, with or without
5# modifications, as long as this notice is preserved.
6#
7# This program is distributed in the hope that it will be useful, but
8# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
9# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
10
11MAINTAINERCLEANFILES = Makefile.in Makefile
12RELEASE = $(LT_VERSION) -release $(LT_RELEASE)
13AM_CXXFLAGS = $(UCOMMON_FLAGS)
14
15pkgincludedir = $(includedir)/commoncpp
16pkginclude_HEADERS = config.h export.h string.h exception.h thread.h \
17 slog.h applog.h address.h socket.h tcp.h udp.h dccp.h mime.h file.h \
18 process.h pointer.h serial.h tokenizer.h numbers.h object.h \
19 commoncpp.h
20
21