diff --git a/knetworkmanager-0.8/vpn-plugins/pptp/src/Makefile.am.automake b/knetworkmanager-0.8/vpn-plugins/pptp/src/Makefile.am.automake index 2c8f5b0..3cfd077 100644 --- a/knetworkmanager-0.8/vpn-plugins/pptp/src/Makefile.am.automake +++ b/knetworkmanager-0.8/vpn-plugins/pptp/src/Makefile.am.automake @@ -1,7 +1,7 @@ INCLUDES = $(PACKAGE_CFLAGS) $(all_includes) -# rule for creating tqmoc files -%.tqmoc.cpp: %.h +# rule for creating moc files +%.moc.cpp: %.h $(TQMOC) -o $@ $< # rules for creating .h and .cpp from .ui @@ -11,9 +11,9 @@ INCLUDES = $(PACKAGE_CFLAGS) $(all_includes) %.h: %.ui $(UIC) -o $@ $< -all_TQMOC = knetworkmanager-vpnc.tqmoc.cpp \ - vpncauth.tqmoc.cpp \ - vpncprop.tqmoc.cpp +all_TQMOC = knetworkmanager-vpnc.moc.cpp \ + vpncauth.moc.cpp \ + vpncprop.moc.cpp all_METASOURCES = vpncauth.cpp \ vpncprop.cpp