source: titan/plugins/networkbrowser/netlib/Makefile.am @ 43347

Last change on this file since 43347 was 43347, checked in by obi, 5 years ago

test

File size: 472 bytes
Line 
1include $(top_srcdir)/Rules-cpp.mak
2
3#plugindir = $(libdir)/enigma2/python/Plugins/SystemPlugins/NetworkBrowser
4plugindir = /usr/local/share/titan/plugins/networkbrowser
5
6plugin_LTLIBRARIES = netscan.la
7
8netscan_la_SOURCES = \
9        errors.h \
10        list.c \
11        list.h \
12        main.c \
13        nbtscan.c \
14        nbtscan.h \
15        range.c \
16        range.h \
17        showmount.c \
18        showmount.h \
19        smb.h \
20        smbinfo.c \
21        smbinfo.h \
22        statusq.c \
23        statusq.h \
24        time_compat.h
25
26netscan_la_LDFLAGS = \
27        $(PLUGIN_LIBTOOL_FLAGS)
Note: See TracBrowser for help on using the repository browser.