mirror of
https://github.com/lbonn/rofi
synced 2024-11-10 14:24:27 +00:00
Small fixes
This commit is contained in:
parent
07f8073d4e
commit
fd94b3b002
2 changed files with 6 additions and 7 deletions
|
@ -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)
|
||||
|
|
|
@ -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])
|
||||
|
|
Loading…
Reference in a new issue