mirror of
https://github.com/opnsense/src.git
synced 2026-02-26 19:30:29 -05:00
- Added default build flags: -Wall -Wstrict-prototypes -Werror -Wshadow - Added missing Makefile's for include/ subdirectories.
6 lines
124 B
Makefile
6 lines
124 B
Makefile
include $(top_srcdir)/config/Rules.am
|
|
|
|
noinst_LTLIBRARIES = libcommon.la
|
|
libcommon_la_SOURCES = list.c
|
|
|
|
EXTRA_DIST = list.h
|