ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/modules/extra/Makefile.am
Revision: 7675
Committed: Wed Jul 20 19:31:22 2016 UTC (9 years, 1 month ago) by michael
File size: 277 byte(s)
Log Message:
- Fixed more svn properties as pointed out by jackal

File Contents

# Content
1 AUTOMAKE_OPTIONS = foreign
2 MODULE_FLAGS = -module -avoid-version
3
4 AM_CPPFLAGS = -I$(top_srcdir)/include
5 modulesdir = $(pkglibdir)/modules/extra
6
7 modules_LTLIBRARIES = m_opme.la
8
9 m_opme_la_LDFLAGS = $(MODULE_FLAGS)
10
11 m_opme_la_SOURCES = m_opme.c
12
13 modules: $(modules_LTLIBRARIES)

Properties

Name Value
svn:eol-style native