summaryrefslogtreecommitdiffstats
path: root/src/libdoxygen.pro.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/libdoxygen.pro.in')
-rw-r--r--src/libdoxygen.pro.in9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/libdoxygen.pro.in b/src/libdoxygen.pro.in
index 1446a17..b6c7dec 100644
--- a/src/libdoxygen.pro.in
+++ b/src/libdoxygen.pro.in
@@ -1,7 +1,7 @@
#
#
#
-# Copyright (C) 1997-2011 by Dimitri van Heesch.
+# Copyright (C) 1997-2012 by Dimitri van Heesch.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation under the terms of the GNU General Public License is hereby
@@ -16,7 +16,8 @@
TEMPLATE = libdoxygen.t
CONFIG = console warn_on staticlib $extraopts
-HEADERS = bufstr.h \
+HEADERS = arguments.h \
+ bufstr.h \
cite.h \
classdef.h \
classlist.h \
@@ -158,6 +159,7 @@ HEADERS = bufstr.h \
translator_ua.h \
translator_vi.h \
translator_za.h \
+ types.h \
unistd.h \
util.h \
version.h \
@@ -167,7 +169,8 @@ HEADERS = bufstr.h \
xmldocvisitor.h \
xmlgen.h
-SOURCES = ce_lex.cpp \
+SOURCES = arguments.cpp \
+ ce_lex.cpp \
ce_parse.cpp \
cite.cpp \
classdef.cpp \