mirror of
https://github.com/neutrinolabs/pulseaudio-module-xrdp.git
synced 2025-06-03 06:30:16 +00:00
use config_ac.h for our config.h
as xrdp already uses config_ac.h. To be consistent, let's use config_ac.h rather than module-config.h.
This commit is contained in:
parent
3b296b7bfa
commit
a031d2e900
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,5 +1,5 @@
|
||||
module-config.h
|
||||
module-config.h.in
|
||||
config_ac.h
|
||||
config_ac.h.in
|
||||
build-aux/*
|
||||
.deps/
|
||||
.libs/
|
||||
|
@ -3,8 +3,8 @@
|
||||
|
||||
AC_PREREQ([2.65])
|
||||
AC_INIT([pulseaudio-module-xrdp], [0.1], [xrdp-devel@googlegroups.com])
|
||||
# specify module-config.h so we don't collide with pulseaudio's config.h
|
||||
AC_CONFIG_HEADERS([module-config.h])
|
||||
# specify config_ac.h so we don't collide with pulseaudio's config.h
|
||||
AC_CONFIG_HEADERS([config_ac.h])
|
||||
AC_CONFIG_SRCDIR([src])
|
||||
AC_CONFIG_AUX_DIR([build-aux])
|
||||
AC_CONFIG_MACRO_DIRS([m4])
|
||||
|
Loading…
Reference in New Issue
Block a user