aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorStephen Fisher <steve@stephen-fisher.com>2010-11-26 19:16:06 +0000
committerStephen Fisher <steve@stephen-fisher.com>2010-11-26 19:16:06 +0000
commit587bd2724f872683e128d8fc25d316725078514b (patch)
tree09389fae230a9190ba4322f8a2218f69d5552ac5 /Makefile.am
parentd1108eebab96c2c43f50531d0b4702987ecca3a8 (diff)
Move native Win32 code to its own directory and out of gtk directory (hopefully without breaking any builds)
svn path=/trunk/; revision=35032
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index cbc8d48cfb..00c35c8c71 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -835,6 +835,11 @@ EXTRA_DIST = \
cmake/modules/FindM.cmake \
cmake/modules/FindKERBEROS.cmake \
cmake/modules/FindPOD.cmake \
+ win32/Makefile.nmake \
+ win32/file_dlg_win32.c \
+ win32/file_dlg_win32.h \
+ win32/print_win32.c \
+ win32/print_win32.h \
CPackConfig.txt \
all.vcproj \
dumpcap.vcproj \