diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 5 | ||||
-rw-r--r-- | src/win32/Makefile.am | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index ba296a6b0f..d9ca7a375b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,6 +1,5 @@ # leave in dependency order, since common must be built first - -SUBDIRS = common or config -DIST_SUBDIRS = common or config +SUBDIRS = common or win32 config +DIST_SUBDIRS = common or win32 config diff --git a/src/win32/Makefile.am b/src/win32/Makefile.am new file mode 100644 index 0000000000..7f5d742481 --- /dev/null +++ b/src/win32/Makefile.am @@ -0,0 +1,3 @@ + +EXTRA_DIST = orconfig.h + |