Commit a7ff60b4 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Fix automake warning

parent 7347528a
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
AUTOMAKE_OPTIONS = subdir-objects AUTOMAKE_OPTIONS = subdir-objects
MOSTLYCLEANFILES = $(UIH) MOSTLYCLEANFILES = $(UIH)
CLEANFILES = dialogs/about.hpp CLEANFILES += dialogs/about.hpp
SUFFIXES += .ui .h .hpp .moc.cpp SUFFIXES += .ui .h .hpp .moc.cpp
nodist_SOURCES_qt4 = \ nodist_SOURCES_qt4 = \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment