Update Makefile to add packet_comment_dialog files

svn path=/trunk/; revision=46874
This commit is contained in:
Alexis La Goutte 2012-12-31 15:08:45 +00:00
parent 8aae1e58bf
commit c2a63d4c36
2 changed files with 3 additions and 0 deletions

View File

@ -201,6 +201,7 @@ EXTRA_DIST = \
main_window.ui \
packet_format_group_box.ui \
packet_range_group_box.ui \
packet_comment_dialog.ui \
print_dialog.ui \
profile_dialog.ui \
QtShark.pro \

View File

@ -98,6 +98,7 @@ MOC_HDRS = \
main_welcome.h \
main_window.h \
monospace_font.h \
packet_comment_dialog.h \
packet_format_group_box.h \
packet_list.h \
packet_list_model.h \
@ -179,6 +180,7 @@ WIRESHARK_QT_SRC = \
main_window.cpp \
main_window_slots.cpp \
monospace_font.cpp \
packet_comment_dialog.cpp \
packet_format_group_box.cpp \
packet_list.cpp \
packet_list_model.cpp \