Move the contents of image/expert_*.h to gtk/expert_indicators.h. Add
[obnox/wireshark/wip.git] / gtk / Makefile.am
index 29b5848cf4871e60fffa7b3ed6606aef1f92b4e1..eb8ee9714d9a351f1e63d9b7b765f007c450da2f 100644 (file)
@@ -65,3 +65,17 @@ checkapi:
        capture_if_details_dlg_win32.c  \
        file_dlg_win32.c \
        print_win32.c
+
+expert_indicators.h:
+       echo "/* This file was automatically generated. DO NOT EDIT. */" > $@
+       echo >> $@
+       for elevel in chat error none note warn ; do \
+               gdk-pixbuf-csource --raw --name=expert_$${elevel}_pb_data ../image/expert_$${elevel}.png >> $@ ;\
+       done
+
+network_icons.h:
+       echo "/* This file was automatically generated. DO NOT EDIT. */" > $@
+       echo >> $@
+       for icon in bluetooth wired wireless ; do \
+               gdk-pixbuf-csource --raw --name=network_$${icon}_pb_data ../image/toolbar/network_$${icon}_16.png >> $@ ;\
+       done