summaryrefslogtreecommitdiff
path: root/sys-power/nut/files/nut-2.7.2-no-libdummy.patch
blob: ca0d8be028f5fec4b263f3fe72cf5dd2872eb502 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/drivers/Makefile.am b/drivers/Makefile.am
index 99614ca..42b3611 100644
--- a/drivers/Makefile.am
+++ b/drivers/Makefile.am
@@ -267,5 +267,6 @@ dist_noinst_HEADERS = apc-mib.h apc-hid.h baytech-mib.h bcmxcp.h    \

 # Define a dummy library so that Automake builds rules for the
 # corresponding object files.  This library is not actually built,
-EXTRA_LIBRARIES = libdummy.a
-libdummy_a_SOURCES = main.c dstate.c serial.c
+EXTRA_LIBRARIES =
+#EXTRA_LIBRARIES = libdummy.a
+#libdummy_a_SOURCES = main.c dstate.c serial.c