diff options
author | Daniel Burrows <dburrows@debian.org> | 2008-11-09 17:40:15 -0800 |
---|---|---|
committer | Daniel Burrows <dburrows@debian.org> | 2008-11-09 17:40:15 -0800 |
commit | 3acc1e6286b36137b70f2c28ceb8df5668bee7c7 (patch) | |
tree | 3a24bf7074367c8100c57cc64a6ab94d67d5280d /src/Makefile.am | |
parent | 70ab6c864440ccfba0139570ab71340b2bc10541 (diff) | |
download | aptitude-3acc1e6286b36137b70f2c28ceb8df5668bee7c7.tar.gz |
Split the safe_slot_event class into a separate header, where it should be.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index b9d8adda..b4efc6a9 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -85,6 +85,7 @@ aptitude_SOURCES= \ progress.h \ reason_fragment.cc\ reason_fragment.h\ + safe_slot_event.h\ solution_dialog.cc\ solution_dialog.h\ solution_fragment.cc\ |