summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorDaniel Burrows <dburrows@debian.org>2007-10-07 13:02:06 -0700
committerDaniel Burrows <dburrows@debian.org>2007-10-07 13:02:06 -0700
commit0af8b479a6d1a2fe58531ec9adf86a37f6cbd43a (patch)
tree4a5ad0ce04c7f32d80af83b6ae86111a49314e07 /src/Makefile.am
parent9104d798c88f4fb96cf3f4e8d051589b6eeba640 (diff)
downloadaptitude-0af8b479a6d1a2fe58531ec9adf86a37f6cbd43a.tar.gz
Add a first draft of a new configuration system.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 9ccd2d8b..8ebf4cc4 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -17,6 +17,8 @@ aptitude_SOURCES= \
main.cc \
desc_parse.cc \
desc_parse.h \
+ apt_config_treeitems.cc \
+ apt_config_treeitems.h \
apt_config_widgets.cc \
apt_config_widgets.h \
apt_info_tree.cc\