]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/Modules.am
Some build systems clean up. Now require automake 1.7
[vlc] / modules / gui / qt4 / Modules.am
index ed5d711bd2df459a074aa031993345e2aee88c6b..735e237a74fe74b726086edc95f336077ab5a5b0 100644 (file)
@@ -12,7 +12,7 @@
 AUTOMAKE_OPTIONS = subdir-objects
 
 TOUI = ui/input_stats
-UIH := $(TOUI:%=%.h)
+UIH = $(TOUI:%=%.h)
 
 TOMOC = main_interface \
        dialogs_provider \
@@ -24,7 +24,7 @@ TOMOC = main_interface \
        components/preferences_widgets \
        components/preferences \
        util/input_slider
-MOCCPP := $(TOMOC:%=%.moc.cpp)
+MOCCPP = $(TOMOC:%=%.moc.cpp)
 
 nodist_SOURCES_qt4 = \
                main_interface.moc.cpp \