summaryrefslogtreecommitdiff
path: root/aoview/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'aoview/Makefile')
-rw-r--r--aoview/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/aoview/Makefile b/aoview/Makefile
index 8f9c08df..1941b080 100644
--- a/aoview/Makefile
+++ b/aoview/Makefile
@@ -30,5 +30,10 @@ $(PROG): $(OBJ)
$(OBJ): $(INC)
+aoview_main.o: aoview_glade.h
+
clean:
rm -f $(OBJ) $(PROG)
+
+aoview_glade.h: aoview.glade
+ sed -e 's/"/\\"/g' -e 's/^/"/' -e 's/$$/"/' $< > $@