mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-17 18:11:00 +03:00
f6c5d4ff88
- Added default build flags: -Wall -Wstrict-prototypes -Werror -Wshadow - Added missing Makefile's for include/ subdirectories.
7 lines
124 B
Makefile
7 lines
124 B
Makefile
include $(top_srcdir)/config/Rules.am
|
|
|
|
noinst_LTLIBRARIES = libcommon.la
|
|
libcommon_la_SOURCES = list.c
|
|
|
|
EXTRA_DIST = list.h
|