Small fixes

This commit is contained in:
Qball Cow 2014-03-17 19:15:42 +01:00
parent 07f8073d4e
commit fd94b3b002
2 changed files with 6 additions and 7 deletions

View file

@ -11,7 +11,7 @@ AM_CFLAGS=\
@x11_CFLAGS@\
@xdgbasedir_CFLAGS@\
@xinerama_CFLAGS@\
-DMANPAGE_PATH="\"$(datadir)/man/man1/rofi.1\""\
-DMANPAGE_PATH="\"$(mandir)/man1/rofi.1\""\
-I$(top_srcdir)/include/\
-I$(top_srcdir)/config/\
-I$(top_builddir)/
@ -24,9 +24,7 @@ rofi_SOURCES=\
source/run-dialog.c\
source/ssh-dialog.c\
source/profile-dialog.c\
config/config.c
rofi_FILES=\
config/config.c\
include/rofi.h\
include/run-dialog.h\
include/ssh-dialog.h\
@ -46,5 +44,4 @@ man1_MANS=\
# Extra DIST
##
EXTRA_DIST=\
$(rofi_FILES)\
$(man1_MANS)

View file

@ -3,13 +3,15 @@ AC_INIT([rofi], [0.14.3], [qball@gmpclient.org])
AC_CONFIG_SRCDIR([source])
AC_CONFIG_HEADER([config.h])
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
AM_INIT_AUTOMAKE([subdir-objects])
AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects])
AC_PROG_CC
AC_PROG_CC_STDC
AM_PROG_CC_C_O
##
# Check dependencies
##
PKG_PROG_PKG_CONFIG
PKG_CHECK_MODULES([xft], [xft])