]> git.sesse.net Git - nageru/blobdiff - Makefile
Make some labels and a white balance button per preview (the latter is not hooked...
[nageru] / Makefile
index 65cf5a66691250fc0d212b580db0f0b07e44f736..657f7e7419f650683322aa20263d87fcba7047c8 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -26,10 +26,10 @@ all: nageru
 nageru: $(OBJS)
        $(CXX) $(LDFLAGS) -o $@ $^
 
-mainwindow.o: mainwindow.cpp ui_mainwindow.h
+mainwindow.o: mainwindow.cpp ui_mainwindow.h ui_display.h
 
 DEPS=$(OBJS:.o=.d)
 -include $(DEPS)
 
 clean:
-       $(RM) $(OBJS) $(DEPS) nageru ui_mainwindow.h glwidget.moc.cpp mainwindow.moc.cpp window.moc.cpp chain-*.frag *.dot
+       $(RM) $(OBJS) $(DEPS) nageru ui_mainwindow.h ui_display.h glwidget.moc.cpp mainwindow.moc.cpp window.moc.cpp chain-*.frag *.dot