Skip to content

Commit

Permalink
Replace AutoMake Files with an Autogen Script
Browse files Browse the repository at this point in the history
  • Loading branch information
prikhi committed Jan 22, 2015
1 parent 185570f commit 3466f5e
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 8,449 deletions.
13 changes: 13 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,22 @@ AM_CFLAGS = -g -Wall -O3 --std=c11 -Wextra -Werror --std=c11 -pedantic \
-Winit-self \
-ftrapv -fverbose-asm

EXTRA_DIST = \
autogen.sh

DISTCLEANFILES = \
aclocal.m4

MAINTAINERCLEANFILES = \
Makefile.in \
compile \
config.h.in \
configure \
depcomp \
install-sh \
missing



# Program Name & Location
greeter_PROGRAMS = lightdm-mini-greeter
Expand Down
Loading

0 comments on commit 3466f5e

Please sign in to comment.