diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index dfed93b..b40affd 100644 --- a/src/Makefile.am +++ b/src/Makefile.am | |||
@@ -78,9 +78,8 @@ if GNOME | |||
78 | gnome_SOURCE= Gnome.hh Gnome.cc | 78 | gnome_SOURCE= Gnome.hh Gnome.cc |
79 | endif | 79 | endif |
80 | if REMEMBER_SRC | 80 | if REMEMBER_SRC |
81 | # For now we only want regexp if we have remember | ||
82 | REMEMBER_SOURCE= Remember.hh Remember.cc \ | 81 | REMEMBER_SOURCE= Remember.hh Remember.cc \ |
83 | RegExp.hh RegExp.cc ClientPattern.hh ClientPattern.cc | 82 | ClientPattern.hh ClientPattern.cc |
84 | endif | 83 | endif |
85 | if TOOLBAR_SRC | 84 | if TOOLBAR_SRC |
86 | TOOLBAR_SOURCE = Toolbar.hh Toolbar.cc \ | 85 | TOOLBAR_SOURCE = Toolbar.hh Toolbar.cc \ |