... bring into alphabetical order

svn path=/trunk/; revision=25087
This commit is contained in:
Ulf Lamping 2008-04-17 02:17:55 +00:00
parent 85e14ceb86
commit fe630dbde0
1 changed files with 2 additions and 2 deletions

View File

@ -27,17 +27,17 @@ include Makefile.common
WIRESHARK_WIN32_GTK_SRC = \
$(WIRESHARK_GTK_SRC) \
capture_if_details_dlg_win32.c \
print_win32.c \
file_dlg_win32.c \
print_win32.c \
!IFDEF PORTAUDIO_DIR
!IF "$(PORTAUDIO_VERSION)" == "18"
pa_lib.c \
!ELSE
pa_front.c \
pa_allocation.c \
pa_converters.c \
pa_cpuload.c \
pa_dither.c \
pa_front.c \
pa_process.c \
pa_skeleton.c \
pa_stream.c \