summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorDaniel_Burrows@alumni.brown.edu <Daniel_Burrows@alumni.brown.edu>2010-07-03 23:48:07 -0700
committerDaniel Burrows <Daniel Burrows Daniel_Burrows@alumni.brown.edu>2010-07-03 23:49:22 -0700
commitc286cba98a4c9c81c8b983d4593b6bfe5738c76b (patch)
treecab3bf9881a565d2eeb93340fa49c637c5b226fe /src/Makefile.am
parentb2aa333c7b9af41a0aa0122d9d976a4dee2be6ba (diff)
downloadaptitude-c286cba98a4c9c81c8b983d4593b6bfe5738c76b.tar.gz
Move the search input controller and view classes over to generic/.
As a side effect, this creates a "controllers" directory in the generic tree, and removes the now-empty GTK+-specific controller and view directories. The README files are moved over to the generic locations and tweaked to be correct for their new home.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index bfec1786..8ec45e17 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -16,6 +16,7 @@ bin_PROGRAMS=aptitude
LDADD=@LIBINTL@ $(MAYBE_LIBGTK) cmdline/libcmdline.a mine/libcmine.a \
generic/apt/libgeneric-apt.a generic/util/libgeneric-util.a \
generic/apt/matching/libgeneric-matching.a \
+ generic/controllers/libgeneric-controllers.a \
generic/problemresolver/libgeneric-problemresolver.a \
generic/views/libgeneric-views.a