diff options
author | Fridrich Strba <fridrich.strba@bluewin.ch> | 2010-03-06 04:43:30 +0800 |
---|---|---|
committer | Fridrich Strba <fridrich.strba@bluewin.ch> | 2010-03-06 04:50:41 +0800 |
commit | 855ba06dc0875e0dcffb9c5d388f8b30abd2deb2 (patch) | |
tree | b1d367d8ffe09bbf9f69275339056c1228aafa1c /Makefile.am | |
parent | 1d88f36d7fd0a5225c3438adb4782618407f320d (diff) | |
download | gsoc2013-evolution-855ba06dc0875e0dcffb9c5d388f8b30abd2deb2.tar.gz gsoc2013-evolution-855ba06dc0875e0dcffb9c5d388f8b30abd2deb2.tar.zst gsoc2013-evolution-855ba06dc0875e0dcffb9c5d388f8b30abd2deb2.zip |
Remove a long lived win32 hack
It seems that the dummy libraries are not needed anymore on windows
nowadays.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index e97c9ed17e..46355d2e8e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -44,7 +44,6 @@ endif SUBDIRS = \ m4 \ - win32 \ data \ smclient \ e-util \ |